Initializes a new instance of the C1ObservableCollection<(Of <(<'T>)>)> class.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public C1ObservableCollection( IList<T> list ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ list As IList(Of T) _ ) |
Parameters
- list
- Type: System.Collections.Generic..::..IList<(Of <(<'T>)>)>
The IList<(Of <(<'T>)>)> list that is wrapped by the new collection.